Search results 48

Card image cap
Sorting Strings

This is not a function as much as a note. I needed to force a line to show at ...

Card image cap
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image cap
AN_SafeFileName

Clean filename from special characters to make it safe for server upload Then ...

Card image cap
ShrinkText

Shrinks a text into smaller text controlling where is the majority will be ...

Card image cap
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...

Card image cap
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image cap
Arabic VS Hindi numbers

Settings to force Microsoft Word to show Hindi numbers with Arabic text, or ...

Card image cap
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image cap
PrettyPath

Formats a path for use in user displays, trim it beautifly. PrettyPath is ...

Card image cap
ChrW

Insert special characters inside Cell, using ChrW

Card image cap
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image cap
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...